Old school Swatch Watches

wtag_1.0_Beta_Shoutbox_mini_chat.zip (41 kb)
Phpshoutboxscriptpd3
Shoutbox mini chat installation guide
Requirements:

*An web server with installed PHP (versions 4.3.x - 5.x) and MySQL.
*Knowing your MySQL host, login and password.
*A JavaScript-enabled browser.

Installation:

*Download and unzip the wtag_1.0_Beta.zip package.
*Open conf.php (you will find it in the 'wtag' folder) in a simple text editor (for example Notepad).
*Fill in your MySQL database details.

// Replace the variables with your MySQL connection info
$dbhost = "localhost"; // Most likely 'localhost'
$dbuser = "username"; // Your MySQL username
$dbpass = "password"; // Your MySQL password
$dbname = "databasename"; // Your MySQL database name

*Upload a folder called 'wtag' (including all the files within the folder) and the minichat.php file to your main web server directory using an FTP program.
<Back Next page